[INFO] cloning repository https://github.com/ickk/symmetrical-fiesta
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ickk/symmetrical-fiesta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fickk%2Fsymmetrical-fiesta", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fickk%2Fsymmetrical-fiesta'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2adfd913248e4e6b498374116c13e8160543125c
[INFO] checking ickk/symmetrical-fiesta against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fickk%2Fsymmetrical-fiesta" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ickk/symmetrical-fiesta
[INFO] finished tweaking git repo https://github.com/ickk/symmetrical-fiesta
[INFO] tweaked toml for git repo https://github.com/ickk/symmetrical-fiesta written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ickk/symmetrical-fiesta on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ickk/symmetrical-fiesta already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded perlin2d v0.2.6
[INFO] [stderr]   Downloaded iana-time-zone v0.1.47
[INFO] [stderr]   Downloaded exr v1.5.0
[INFO] [stderr]   Downloaded image v0.24.3
[INFO] [stderr]   Downloaded jpeg-decoder v0.2.6
[INFO] [stderr]   Downloaded tiff v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979
[INFO] running `Command { std: "docker" "start" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]    Compiling lock_api v0.4.8
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking num-traits v0.2.15
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking futures-sink v0.3.24
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking bit_field v0.10.1
[INFO] [stderr]     Checking png v0.17.6
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking iana-time-zone v0.1.47
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking perlin2d v0.2.6
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]     Checking jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]     Checking tiff v0.7.3
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.5.0
[INFO] [stderr]     Checking image v0.24.3
[INFO] [stderr]     Checking raytracer_challenge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/mod.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |   fn intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 |   fn intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/mod.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection;
[INFO] [stdout]    |                      ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection<'_>;
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/intersection.rs:30:31
[INFO] [stdout]    |
[INFO] [stdout] 30 |   pub fn prepare_computations(&self, ray: Ray) -> IntersectionComputations {
[INFO] [stdout]    |                               ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |   pub fn prepare_computations(&self, ray: Ray) -> IntersectionComputations<'_> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/intersection.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |   pub fn hit(&self) -> Option<&Intersection> {
[INFO] [stdout]    |              ^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout]    |              |                ||
[INFO] [stdout]    |              |                |the same lifetime is hidden here
[INFO] [stdout]    |              |                the same lifetime is elided here
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |   pub fn hit(&self) -> Option<&Intersection<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/plane.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                      ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/sphere.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                      ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/world.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 |   pub fn intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                    ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |   pub fn intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.17s
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/mod.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |   fn intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 12 |   fn intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/mod.rs:25:22
[INFO] [stdout]    |
[INFO] [stdout] 25 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection;
[INFO] [stdout]    |                      ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection<'_>;
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/intersection.rs:30:31
[INFO] [stdout]    |
[INFO] [stdout] 30 |   pub fn prepare_computations(&self, ray: Ray) -> IntersectionComputations {
[INFO] [stdout]    |                               ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |   pub fn prepare_computations(&self, ray: Ray) -> IntersectionComputations<'_> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/intersection.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |   pub fn hit(&self) -> Option<&Intersection> {
[INFO] [stdout]    |              ^^^^^            ^^^^^^^^^^^^^
[INFO] [stdout]    |              |                ||
[INFO] [stdout]    |              |                |the same lifetime is hidden here
[INFO] [stdout]    |              |                the same lifetime is elided here
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |   pub fn hit(&self) -> Option<&Intersection<'_>> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::array::<impl [T; N]>::map` that must be used
[INFO] [stdout]    --> src/render/object/intersection.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 202 | /     [
[INFO] [stdout] 203 | |       intersection_a,
[INFO] [stdout] 204 | |       intersection_b,
[INFO] [stdout] 205 | |       intersection_c,
[INFO] [stdout] ...   |
[INFO] [stdout] 208 | |     .map(|i| intersections.insert(i));
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 202 |     let _ = [
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/plane.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                      ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/object/sphere.rs:20:22
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                      ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |   fn local_intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render/world.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 |   pub fn intersect(&self, ray: Ray) -> IntersectionCollection {
[INFO] [stdout]    |                    ^^^^^               ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |   pub fn intersect(&self, ray: Ray) -> IntersectionCollection<'_> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979", kill_on_drop: false }`
[INFO] [stdout] d7296c20b5e936d0e58a41136373767d811986574584a5a1204eb91980a7f979
